From c541b39e04953c4cb4733326aa47f792549bd65e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 17 Nov 1993 14:20:31 +0000 Subject: [PATCH] (comint-scroll-show-maximum-output): Make default nil. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/comint.el b/lisp/comint.el index 5c2ec55903e..bdb8867fb23 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -202,7 +202,7 @@ The default is nil. See variable `comint-scroll-show-maximum-output' and function `comint-postoutput-scroll-to-bottom'. This variable is buffer-local.") -(defvar comint-scroll-show-maximum-output t +(defvar comint-scroll-show-maximum-output nil "*Controls how interpreter output causes window to scroll. If non-nil, then show the maximum output when the window is scrolled. -- 2.30.2